runtime.schedt.stopwait (field)

17 uses

	runtime (current package)
		proc.go#L881: 		sched.stopwait = freezeStopWait
		proc.go#L1184: 	sched.stopwait = gomaxprocs
		proc.go#L1189: 	sched.stopwait--
		proc.go#L1199: 			sched.stopwait--
		proc.go#L1209: 		sched.stopwait--
		proc.go#L1211: 	wait := sched.stopwait > 0
		proc.go#L1228: 	if sched.stopwait != 0 {
		proc.go#L2356: 		sched.stopwait--
		proc.go#L2357: 		if sched.stopwait == 0 {
		proc.go#L2473: 	sched.stopwait--
		proc.go#L2474: 	if sched.stopwait == 0 {
		proc.go#L3669: 	if sched.stopwait > 0 && atomic.Cas(&_p_.status, _Psyscall, _Pgcstop) {
		proc.go#L3675: 		if sched.stopwait--; sched.stopwait == 0 {
		proc.go#L3823: 	if sched.stopwait == freezeStopWait {
		proc.go#L5339: 		print(" gcwaiting=", sched.gcwaiting, " nmidlelocked=", sched.nmidlelocked, " stopwait=", sched.stopwait, " sysmonwait=", sched.sysmonwait, "\n")
		runtime2.go#L805: 	stopwait   int32